home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Old Testament Foundatiosn with Philip Yancey
/
Old Testament Foundatiosn with Philip Yancey - Disc 1.iso
/
pc
/
data
/
book310.dir
/
00045.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-06
|
373 b
|
17 lines
on startMovie
identifyPlatform()
formatDisplayField()
updateStage()
end
on formatDisplayField
global gOnIBM
if gOnIBM then
set the textFont of field "display field" to "Arial"
set the textSize of field "display field" to 12
else
set the textFont of field "display field" to "Geneva"
set the textSize of field "display field" to 12
end if
end